ChartClusterGapType
The options for determining how to calculate the sizes of gaps between clusters of chart series.
Example
The following is an example of how to reference the ChartClusterGapType object:
// The full path is required.
dundas.controls.ChartClusterGapType.RELATIVE_TO_CLUSTER
Properties
|
|
RELATIVE_TO_CLUSTER
|
The specified gap percentage between clusters of series is relative to the combined width of all series in a cluster.
|
|
|
RELATIVE_TO_SERIES
|
The specified gap percentage between clusters of series is relative to the width of an individual series.
|